-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PERK p2 #1871
PERK p2 #1871
Conversation
Constructor modified
Add constructor of PERK3
Co-authored-by: Daniel Doehring <doehringd2@gmail.com>
Perk p2p3 single
… into PERK_p2p3_Single
Co-authored-by: Daniel Doehring <doehringd2@gmail.com>
For some reason the This is observed also for the other custom integrators, see Trixi.jl/test/test_tree_2d_advection.jl Lines 153 to 166 in 2dfde7f
and the other tests. |
Not sure if I can add a version for ERROR: LoadError: Unsatisfiable requirements detected for package DelimitedFiles [8bb1440f]:
DelimitedFiles [8bb1440f] log:
├─possible versions are: 1.9.0-1.9.1 or uninstalled
└─restricted to versions 1.8.5-1.8 by Trixi [a7f1ee26] — no versions lef and for ERROR: LoadError: Unsatisfiable requirements detected for package DelimitedFiles [8bb1440f]:
DelimitedFiles [8bb1440f] log:
├─possible versions are: 1.8.5 or uninstalled (package in sysimage!)
└─restricted to versions 1.9.0-1 by Trixi [a7f1ee26] — no versions left |
Yes, for the Downgrade action that's to be expected as |
A bit of context for why we need the compat: https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958 and #1711. |
That seems to work, thanks! |
src/time_integration/paired_explicit_runge_kutta/methods_PERK2.jl
Outdated
Show resolved
Hide resolved
Close this one for now. Working on making Convex and ECOS extensions rather than direct dependencies. |
Hello,
this branch adds a new time integrator of second-order paired explicit Runge-Kutta method.
It contains the time integrator, a polynomial optimizer for the method, and a new elixir employing the second-order P-ERK time integration scheme with 6 stages.